projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0523bdc
c33dddd
)
Auto merge of #2839 - alexcrichton:same-root, r=brson
author
bors
<bors@rust-lang.org>
Fri, 8 Jul 2016 17:23:59 +0000
(10:23 -0700)
committer
GitHub
<noreply@github.com>
Fri, 8 Jul 2016 17:23:59 +0000
(10:23 -0700)
Generate the same lock always in a workspace
Previously the "root" of a lock file would erroneously change over time, so
instead just ensure that the root of a lock file is always the root of the
workspace. Otherwise the contents should always be the same.
Closes #2837
Trivial merge